T
Spread Windows Forms 7.0 Product Documentation
NamedObjectCollection<T> Class
Members  See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : NamedObjectCollection<T> Class


Glossary Item Box

Represents the strongly typed collection of INamedObject objects. Provides methods and properties to search and access items using the INamedObject.Name property of the INamedObject object.

Object Model

NamedObjectCollection<T> ClassT Class

Syntax

Visual Basic (Declaration) 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits CollectionBase(Of T)
Visual Basic (Usage)Copy Code
Dim instance As NamedObjectCollection(Of T)
C# 
public class NamedObjectCollection<T> : CollectionBase<T> 
where T: INamedObject

Type Parameters

T

Inheritance Hierarchy

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.